From f0c92577d36c93248f541df3fbcbc612dcdf26e5 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 17 Jan 2001 22:30:42 +0000 Subject: [PATCH] No need to include windows.h. 2001-01-18 Tor Lillqvist * gdk-pixbuf-io.c: (Win32) No need to include windows.h. --- gdk-pixbuf/ChangeLog | 3 ++- gdk-pixbuf/gdk-pixbuf-io.c | 5 ----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index f23023becd..1ad68aa795 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,7 +1,8 @@ 2001-01-18 Tor Lillqvist * gdk-pixbuf-io.c (get_libdir): (Win32) Use the new - g_win32_get_package_installation_subdirectory() function. + g_win32_get_package_installation_subdirectory() function. No need + to include windows.h. (gtk_win32_get_installation_directory): Remove this then. 2001-01-01 Havoc Pennington diff --git a/gdk-pixbuf/gdk-pixbuf-io.c b/gdk-pixbuf/gdk-pixbuf-io.c index d074629476..6238371d3a 100644 --- a/gdk-pixbuf/gdk-pixbuf-io.c +++ b/gdk-pixbuf/gdk-pixbuf-io.c @@ -28,11 +28,6 @@ #include "gdk-pixbuf-private.h" #include "gdk-pixbuf-io.h" -#ifdef G_OS_WIN32 -#define STRICT -#include -#endif - static gboolean -- 2.30.2